home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / zyxel / 613.not next >
Text File  |  1994-07-05  |  2KB  |  79 lines

  1.  
  2.  
  3.  
  4. New feature
  5.  
  6. Voice
  7.  
  8.  
  9.    1. Add new 3-bit ADPCM voice    compression scheme, use    AT+VSM=30 to select
  10.     this mode. In this new format, every 5 samples of compressed data is
  11.     packed into 2 bytes, the extra bit is set to 1 for resync.
  12.  
  13.     byte 1 : ┌─┬─┬─┬─┬─┬─┬─┬─┐  byte 2 : ┌─┬─┬─┬─┬─┬─┬─┬─┐
  14.          │1│A│A│A│B│B│B│C│         │C│C│D│D│D│E│E│E│
  15.          └─┴─┴─┴─┴─┴─┴─┴─┘         └─┴─┴─┴─┴─┴─┴─┴─┘
  16.  
  17.     1 : resync bit.
  18.     A A A :    first  sample
  19.     B B B :    second sample
  20.     C C C :    third  sample
  21.     D D D :    forth  sample
  22.     E E E :    fifth  sample
  23.         
  24.    2. Add new 4-bit ADPCM voice    compression scheme, use    AT+VSM=4 to select
  25.     this mode. Two samples of compressed data is packed into 1 byte.
  26.     It is necessary    to increase the    DTE speed to 57600 bps to use this
  27.     compression scheme.
  28.  
  29.          ┌─┬─┬─┬─┬─┬─┬─┬─┐
  30.          │A│A│A│A│B│B│B│B│
  31.          └─┴─┴─┴─┴─┴─┴─┴─┘
  32.  
  33.     A A A A    : first     sample
  34.     B B B B    : second sample
  35.  
  36.     3. Accept hardware flow control for    voice data flow, use the command
  37.     "AT+FLO=2" to enable the hardware flow control.    (default value is
  38.     "AT+FLO=1").
  39.  
  40.  
  41. Improvement
  42.  
  43. FAX
  44.  
  45. 1. Improved 2-D    high resolution    graphic    quality    on E model.
  46.  
  47. 2. Fax receiving speed are command configurable    on class 2 and
  48.    class 2.0 now.
  49.  
  50. Modem
  51.  
  52. 1. High    DTE speed AT detection problem on E model fixed
  53.  
  54. 2. Ring    volume control (ATNn) bug fixed
  55.  
  56. 3. V.23    answer tone detection bug fixed.
  57.  
  58. 4. V.26bis performance improved
  59.  
  60. 5. V42 block resent count mistaken counted when    RNR happened,
  61.    this    bug corrected.
  62.  
  63. 6. Modem automaticly disable terminal aborting if async    leased line is
  64.    set.
  65.  
  66. 7. Modem now can accept    V.25bis    async command in sync-data (&M1) mode.
  67.  
  68. 8. Set bit 7 of    S52 to reverse space and mark of V.23.
  69.  
  70. 9. Disconnecting after second ATO1 bug fixcd.
  71.  
  72. 10. ATA    will not cause "ERROR" response    now if modem already off hooked    on
  73.     EG+    model.
  74.  
  75. 11. Detect V22bis carrier longer to recognize it as a carrier presence to
  76.     improve compatibility.
  77.  
  78.  
  79.